Skip to content

TST: Remove pow test in expressions #18995

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 29, 2017

Conversation

TomAugspurger
Copy link
Contributor

@TomAugspurger TomAugspurger commented Dec 29, 2017

These are already skipped for NumPy>=1.12, and buggy for NumPy
1.10.4

cc @jreback

This will be backported.

closes #18992

These are already skipped for NumPy>=1.12, and buggy for NumPy
1.10.4
@TomAugspurger TomAugspurger added this to the 0.22.0 milestone Dec 29, 2017
@TomAugspurger TomAugspurger added Needs Backport Testing pandas testing functions or related to the test suite labels Dec 29, 2017
@jreback
Copy link
Contributor

jreback commented Dec 29, 2017

great. you need this with newest conda though.

@jreback
Copy link
Contributor

jreback commented Dec 29, 2017

I added a commit to fix conda

This was referenced Dec 29, 2017
@TomAugspurger
Copy link
Contributor Author

I don't think we need to backport the conda fix though. This should have passed on master (without testing 1.10.0), and when I add it to the backport PR it will be tested.

@jreback
Copy link
Contributor

jreback commented Dec 29, 2017

right my point is if it DOES pass on master that will fix it. But it IS not tested on master currently. So I would merge this on master and just cherry-pick your 1 commit in the backport. (your 1 commit won't fail on master because of the pinned conda version)

@TomAugspurger
Copy link
Contributor Author

Sounds good.

@jreback
Copy link
Contributor

jreback commented Dec 29, 2017

@TomAugspurger this looks good to merge & backport (the 1 commit)

@TomAugspurger TomAugspurger merged commit 4d571bb into pandas-dev:master Dec 29, 2017
@TomAugspurger TomAugspurger deleted the pow-skip branch December 29, 2017 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: NumPy is being upgraded
3 participants